# Mild soft horizontal blur (Triangle 1.9px) - between Soft (1.8) and mildSoftc (2.0)
# range -128..128
# sum of line must not exceed the range!
# horizontal coefficients
   0,   64,   64,    0
   0,   55,   73,    0
   0,   46,   82,    0
   0,   37,   91,    0
   0,   28,  100,    0
   0,   20,  108,    0
   0,   11,  117,    0
   0,    2,  126,    0
   0,    0,  128,    0
   0,    0,  126,    2
   0,    0,  117,   11
   0,    0,  108,   20
   0,    0,  100,   28
   0,    0,   91,   37
   0,    0,   82,   46
   0,    0,   73,   55